From 63365d5044145c885c88aa75a68172bd2c7ea7aa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Jan 2016 15:04:32 -0500 Subject: [PATCH] Fix the annotation for gdk_seat_get_slaves Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785 --- gdk/gdkseat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c index a871f98c42..8b5d42a01a 100644 --- a/gdk/gdkseat.c +++ b/gdk/gdkseat.c @@ -291,7 +291,7 @@ gdk_seat_ungrab (GdkSeat *seat) * * Returns the slave devices that match the given capabilities. * - * Returns: (transfer container) (element-type GdkSeat): A list of #GdkDevices. The list + * Returns: (transfer container) (element-type GdkDevice): A list of #GdkDevices. The list * must be freed with g_list_free(), the elements are owned * by GDK and must not be freed. * -- 2.30.2